GetR2 Interface

public interface GetR2

Module Procedures

private function GetR2float(grid1, grid2, maskReal, maskInteger) result(r2)

compute R2, square of the Pearson correlation coefficient optional argument: mask: compute RMSE only on assigned mask

Read more…

Arguments

Type IntentOptional Attributes Name
type(grid_real), intent(in) :: grid1
type(grid_real), intent(in) :: grid2
type(grid_real), intent(in), optional :: maskReal
type(grid_integer), intent(in), optional :: maskInteger

Return Value real(kind=float)